home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
grafik
/
3d & render tools
/
irit
/
man
/
man6
/
viewobj.6
< prev
next >
Wrap
Text File
|
1996-07-16
|
652b
|
25 lines
.TH VIEWOBJ
6 "IRIT Version 6.0"
.SH NAME
VIEWOBJ
VIEWOBJ( GeometricTreeType Object )
Displays the (geometric) object(s) as given in Object.
Object may be any GeometricType or a list of other
GeometricTypes nested to an arbitrary level.
Unlike IRIT versions prior to 4.0, VIEW_MAT is not explicitly used
as the transformation matrix. In order to display with a VIEW_MAT view,
VIEW_MAT should be listed as an argument (in that exact name) to
VIEWOBJ. Same is true for the perspective matrix PRSP_MAT.
Example:
VIEWOBJ( list( view_mat, Axes ) );
displays the predefined object Axes in the viewing window using the
viewing matrix VIEW_MAT.